*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


a {
	color: #000;
	text-decoration: none;
}
a{blr:expression(this.onFocus=this.blur())}
:focus{outline:0}


.wrapper {
	position: relative;
	max-width: 1024px;
	width: 100%;
	padding: 0 px;
	margin: 0 auto;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: "微软雅黑","宋体", Arial, Helvetica, sans-serif, Verdana;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

html, body {
    font-family: "微软雅黑","宋体", Arial, Helvetica, sans-serif, Verdana;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    margin: 0px;
    color: #5f727f;
    letter-spacing: 0.3px;
    font-style: inherit;
    font-weight: inherit;
    font-size: 12px;
}
.center { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; }
ol, ul, li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div{
margin: 0;
    padding: 0;
    }
.nav li {
    float: left;
    line-height: 50px;
    text-align: center;
    width: 120px;
    background-color: #3f6fdc;
}
.nav li:HOVER {
	background-color:#2355c4;
}
.nav li a {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 600;
}
.card{
padding-top:3px;
border: 1px solid #e6e6e5;
float: left;
}
.card .title-line{
TEXT-ALIGN: left;
height: 2px;
background: url("images/title-line.png") no-repeat scroll left top #3f6fdc;
}
.card .title-name{
TEXT-ALIGN: left;
    border-bottom: 1px solid #3f6fdc;
    color: #3f6fdc;
    font-family: "微软雅黑","宋体", Arial, Helvetica, sans-serif, Verdana;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    text-indent: 10px;
}
.card .title-name .forMore{
float: right;
}
.card .title-name span a {
    font-family: "微软雅黑","宋体", Arial, Helvetica, sans-serif, Verdana;
    font-size: 8px;
    line-height: 20px;
    padding-right: 10px;
    color: blue!important;
}
.card .container{
TEXT-ALIGN: left;
}

.contactUs td{
	padding-top: 2px;
	padding-bottom: 2px;
}
.hckjText{
	color: brown;
}